home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vim_src.zip / ALLOC.PRO < prev    next >
Text File  |  1993-01-12  |  300b  |  8 lines

  1. /* alloc.c */
  2. char *alloc __PARMS((unsigned int size));
  3. char *lalloc __PARMS((unsigned long size, int message));
  4. char *strsave __PARMS((char *string));
  5. char *strnsave __PARMS((char *string, int len));
  6. void copy_spaces __PARMS((char *ptr, unsigned long count));
  7. char *mkstr __PARMS((unsigned int c));
  8.